Skip to main content

Create Swap Parameters for a Trade

POST 

/trade/swap/swapcallparameters

Create Swap Parameters for a Trade

Request

Query Parameters

    apiKey string

    (Required) Your Public API key

    Example: {{publicKey}}

Body

    currencyIn string
    currencyOut string
    amountIn string
    recipient string
    slippageTolerance string
    deadline string

Responses

Created

Response Headers
  • Date string
  • Content-Type string
  • Content-Length integer
  • Connection string
  • X-Powered-By string
  • ETag string
Schema

    object

Loading...

Was this page helpful?